home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
editor
/
frexxed
/
fpl
/
megaindent.fpl
< prev
next >
Wrap
Text File
|
1995-07-18
|
419b
|
22 lines
export int MegaIndent()
{
string file;
int x, y;
x = ReadInfo("block_begin_x");
y = ReadInfo("block_begin_y");
BlockCut();
file = GetBlock();
SaveString("T:Fred_tmp", file);
System("indent T:Fred_tmp");
BlockMark(0);
file = LoadString("T:Fred_tmp");
Output(file);
BlockMark(2, x, y, ReadInfo("column"), ReadInfo("line"));
}
AssignKey("MegaIndent();", "amiga a", "block_exist");